@charset "UTF-8";

@-webkit-keyframes flipouttoleft {
    from {
        -webkit-transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }

}

@keyframes flipouttoleft {
    from {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(-90deg) scale(.9)
    }

}

@-webkit-keyframes flipouttoright {
    from {
        -webkit-transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(90deg) scale(.9)
    }

}

@keyframes flipouttoright {
    from {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(90deg) scale(.9)
    }

}

@-webkit-keyframes flipintoleft {
    from {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }

    to {
        -webkit-transform: rotateY(0)
    }

}

@keyframes flipintoleft {
    from {
        transform: rotateY(-90deg) scale(.9)
    }

    to {
        transform: rotateY(0)
    }

}

@-webkit-keyframes flipintoright {
    from {
        -webkit-transform: rotateY(90deg) scale(.9)
    }

    to {
        -webkit-transform: rotateY(0)
    }

}

@keyframes flipintoright {
    from {
        transform: rotateY(90deg) scale(.9)
    }

    to {
        transform: rotateY(0)
    }

}

body a:active, body a:hover {
    transition-property: color;
    -moz-transition-property: color;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-duration: .1s
}

.m-swiper {
    width: 700px;
    height: 290px;
    overflow: hidden;
    position: relative
}

.m-swiper .swiper-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 2100px;
    height: 100%
}

.m-swiper .swiper-wrap li {
    display: block;
    width: 700px;
    height: 100%;
    float: left
}

.m-swiper .swiper-wrap li img {
    width: 100%
}

.m-swiper .swiper-btn {
    position: absolute;
    width: 300px;
    height: 15px;
    line-height: 15px;
    bottom: 5px;
    left: 50%;
    margin-left: -150px;
    text-align: center
}

.m-swiper .swiper-btn li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    background: url(../images/iautos_swipeico.png);
    background-position: -20px 0;
    cursor: pointer
}

.m-swiper .swiper-btn li.hover {
    background-position: 0 0
}

.m-swiper .swiper-btn li a {
    display: block;
    width: 100%;
    height: 100%
}

.m-swiper .swiper-vectorleft {
    display: block;
    position: absolute;
    width: 26px;
    height: 46px;
    left: -26px;
    top: 124px;
    background: url(../images/iautos-slidevector.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: left .1s;
    -moz-transition: left .1s;
    -webkit-transition: left .1s;
    -o-transition: left .1s
}

.m-swiper .swiper-vectorleft:hover {
    background-position: 0 -74px
}

.m-swiper .swiper-vectorright {
    display: block;
    position: absolute;
    width: 26px;
    height: 46px;
    right: -26px;
    top: 124px;
    background: url(../images/iautos-slidevector.png) no-repeat;
    background-position: -44px 0;
    cursor: pointer;
    transition: right .1s;
    -moz-transition: right .1s;
    -webkit-transition: right .1s;
    -o-transition: right .1s
}

.m-swiper .swiper-vectorright:hover {
    background-position: -44px -74px
}

.m-swiper:hover .swiper-vectorright {
    right: 0
}

.m-swiper:hover .swiper-vectorleft {
    left: 0
}

.m-tab {
    height: 50px;
    border-bottom: 2px #e6e6e6 solid;
    margin-bottom: 20px
}

.m-tab:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.m-tab {
    zoom: 1
}

.m-tab .title {
    display: block;
    float: left;
    margin-top: 20px;
    padding-right: 50px;
    height: 15px;
    line-height: 20px;
    border-left: 3px #f29600 solid;
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px
}

.m-tab .nav {
    display: block;
    float: left
}

.m-tab .nav li {
    position: relative;
    top: 15px;
    display: block;
    font-size: 14px;
    float: left;
    height: 35px;
    width: 90px;
    color: #333;
    margin-right: 25px;
    text-align: center;
    line-height: 35px;
    border-bottom: 2px #e6e6e6 solid;
    cursor: pointer
}

.m-tab .nav li.active {
    color: #f39801;
    border-color: #f39801
}

.m-tab .more {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px;
    padding-right: 22px;
    cursor: pointer;
    position: relative;
    color: #333
}

.m-tab .more span.vector {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 16px;
    height: 16px;
    background-size: 100px 600px;
    background-position: 0 -400px
}

.m-tab .more:hover {
    color: #f39800
}

.m-tab .more:hover span.vector {
    background-position: 0 -450px
}

.m-tab .tab-ad {
    display: block;
    float: left;
    font-size: 14px;
    color: #989898;
    margin-top: 22px
}

.m-tab .tab-ad span {
    display: inline-block;
    color: #dedede;
    border: 1px #dedede solid;
    height: 16px;
    line-height: 16px;
    margin-left: 9px;
    padding: 2px 5px;
}

.m-cardetail {
    border: 1px #f0f0f0 solid;
    border-radius: 4px
}

.m-cardetail .detail-img {
    display: block;
    width: 100%;
    height: 166px;
    overflow: hidden
}

.m-cardetail img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}

.m-cardetail .detail-name {
    margin-top: 6px;
    padding: 0 12px;
    color: #333;
    line-height: 28px;
    font-size: 14px;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.m-cardetail .detail-info {
    padding: 0 12px;
    color: #999;
    line-height: 26px;
    font-size: 12px
}

.m-cardetail .detail-info span {
    padding-right: 10px
}

.m-cardetail .detail-price {
    padding: 0 12px;
    color: #d70000;
    line-height: 32px;
    *height: 32px
}

.m-cardetail .detail-price span.price {
    font-size: 15px;
    font-weight: 700
}

.m-cardetail .detail-price span.price b {
    font-size: 18px
}

.m-cardetail .detail-price span.label {
    display: inline-block;
    *position: relative;
    *top: -30px;
    float: right;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0 3px;
    margin: 10px 2px 0 2px;
    vertical-align: middle
}

.m-cardetail .detail-price span.label.label-green {
    background-color: #8cb503
}

.m-cardetail .detail-price span.label.label-blue {
    background-color: #435d78
}

.m-cardetail .detail-price span.label.label-red {
    background-color: #f1764a
}

.m-cardetail .detail-price span.label.label-qing {
    background-color: #64c693
}

.m-cardetail:hover {
    box-shadow: 0 1px 22px #ccc
}

.home-page .page-headerlogo {
    margin-top: 16px
}

.home-page .page-headerlogo .header-logo {
    width: 1159px;
    height: 36px;
    margin: 0 auto;
    border-left: 1px #e9e9e9 solid
}

.home-page .page-headerlogo .header-logo li {
    width: 163px;
    float: left;
    height: 32px;
    border-right: 1px #e9e9e9 solid;
    border-top: 1px #e9e9e9 solid;
    border-bottom: 1px #e9e9e9 solid;
    background-image: url(../images/iautos_header_brand_2x.png);
    background-image: url(../images/iautos_header_brand_ie.png) \9;
    background-image: url(../images/iautos_header_brand_2x.png) \9 \0;
    background-repeat: no-repeat;
    background-size: 1158px 34px
}

.home-page .page-headerlogo .header-logo li a {
    display: block;
    width: 100%;
    height: 100%
}

.home-page .page-headerlogo .header-logo .audi {
    background-position: 0 0
}

.home-page .page-headerlogo .header-logo .lexus {
    background-position: -165px 0
}

.home-page .page-headerlogo .header-logo .porsche {
    background-position: -330px 0
}

.home-page .page-headerlogo .header-logo .kia {
    background-position: -495px 0;
    width: 165px
}

.home-page .page-headerlogo .header-logo .nissan {
    background-position: -660px 0;
    width: 165px
}

.home-page .page-headerlogo .header-logo .volkswagen {
    background-position: -825px 0;
    width: 165px
}

.home-page .page-headerlogo .header-logo .bmw {
    background-position: -990px 0;
    width: 165px;
    border-right: 1px solid #f0f0f0
}

.home-page .page-slide-wrapper {
    margin-top: 0;
    background: #f5f5f5;
    padding-bottom: 20px;
}

.home-page .page-slide-wrapper .page-slide {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-slide-wrapper .page-slide:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-slide-wrapper .page-slide {
    zoom: 1
}

.home-page .page-slide-wrapper .page-slide .slide-left {
    width: 240px;
    height: 375px;
    float: left;
    background: #292929;
    color: #fff;
    padding-top: 10px
}

.home-page .page-slide-wrapper .page-slide .slide-left a:link, .home-page .page-slide-wrapper .page-slide .slide-left a:visited {
    color: #bbb
}

.home-page .page-slide-wrapper .page-slide .slide-left a:active, .home-page .page-slide-wrapper .page-slide .slide-left a:hover {
    color: #bbb
}

.home-page .page-slide-wrapper .page-slide .slide-left dl {
    border-bottom: 1px #333 solid;
    padding: 10px 0
}

.home-page .page-slide-wrapper .page-slide .slide-left dl dt {
    font-size: 14px;
    padding: 0 15px;
    line-height: 26px;
    font-weight: 700
}

.home-page .page-slide-wrapper .page-slide .slide-left dl dd {
    font-size: 12px;
    padding: 0 0 0 15px
}

.home-page .page-slide-wrapper .page-slide .slide-left dl dd a {
    display: inline-block;
    line-height: 25px;
    margin-right: 8px
}

.home-page .page-slide-wrapper .page-slide .slide-left dl dd a:hover {
    color: #fff
}

.home-page .page-slide-wrapper .page-slide .slide-left .left-more {
    padding: 22px 0;
    text-align: center
}

.home-page .page-slide-wrapper .page-slide .slide-left .left-more a {
    display: inline-block;
    width: 100px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background-position: 0 0
}

.home-page .page-slide-wrapper .page-slide .slide-left .left-more a:hover {
    background-position: 0 -40px
}

.home-page .page-slide-wrapper .page-slide .slide-center {
    width: 700px;
    float: left;
    margin-left: 10px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-top {
    height: 293px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom {
    margin-top: 10px;
    font-size: 12px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom {
    zoom: 1
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left {
    display: block;
    width: 345px;
    height: 82px;
    background: #efe5d9;
    color: #a28867;
    float: left
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left .number {
    font-size: 16px;
    padding-right: 4px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left .crumbs {
    background: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 14px;
    border-radius: 11px;
    margin-top: 2px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left table {
    table-layout: fixed;
    margin: 4px auto 0 auto;
    text-align: center
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left table td, .home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left table tr {
    padding: 0
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left table p {
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left span a:link, .home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left span a:visited {
    color: #a38968
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left span a:active, .home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-left span a:hover {
    color: #8a7251
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right {
    display: block;
    width: 345px;
    height: 82px;
    float: right;
    position: relative;
    background-color: #c9e2e7 \9;
    overflow: hidden
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/syapp.png);
    background-image: url(../images/syapp.png) \9;
    background-image: url(../images/syapp.png) \9 \0;
    background-size: 345px 163px;
    background-repeat: no-repeat;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-a {
    background-position: 0 0;
    z-index: 2
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-a p {
    font-size: 16px;
    color: #6c8c91;
    line-height: 22px;
    padding-left: 115px;
    padding-top: 20px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-a a {
    display: block;
    position: absolute;
    width: 100px;
    height: 30px;
    left: 200px;
    top: 25px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-a.active {
    top: 0;
    left: 0
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-a.deactive {
    top: 0;
    left: -345px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-b {
    background-position: 0 -82px;
    color: #608186;
    z-index: 1
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-b p.title {
    padding-top: 20px;
    padding-left: 150px;
    font-size: 20px;
    line-height: 20px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-b p {
    padding-left: 150px;
    font-size: 16px;
    line-height: 20px
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-b.active {
    top: 0;
    left: 0
}

.home-page .page-slide-wrapper .page-slide .slide-center .center-bottom .bottom-right .right-b.deactive {
    top: 0;
    left: 345px
}

.home-page .page-slide-wrapper .page-slide .slide-right {
    width: 200px;
    float: right;
    background: #fcfcfc;
    border: 1px #f0f0f0 solid;
    text-align: center
}

.home-page .page-slide-wrapper .page-slide .slide-right > div:hover {
    box-shadow: 0 0 20px #ececec
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-top {
    border-bottom: 1px #f0f0f0 solid;
    height: 156px;
    padding-top: 35px
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-top img {
    display: inline-block;
    width: 118px;
    height: 82px
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-bottom {
    padding-top: 50px;
    height: 141px
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-bottom img {
    display: inline-block;
    width: 152px;
    height: 50px
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-link {
    line-height: 30px;
    font-size: 16px;
    color: #333
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-link .link_vector {
    display: inline-block;
    background-size: 100px 600px;
    background-repeat: no-repeat;
    background-position: 0 -350px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -4px
}

.home-page .page-slide-wrapper .page-slide .slide-right .right-info {
    color: #999;
    font-size: 12px
}

.home-page .page-goodcar-wrapper {
    margin-top: 20px
}

.home-page .page-goodcar-wrapper .page-goodcar {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list {
    height: 554px
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list ul {
    display: none;
    margin-right: -14px
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list ul {
    zoom: 1
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list ul li {
    display: block;
    float: left;
    width: 222px;
    height: 265px;
    background: #fff;
    border: 1px #f0f0f0 solid;
    margin-right: 10px;
    margin-bottom: 10px
}

.home-page .page-goodcar-wrapper .page-goodcar .goodcar-list ul.active {
    display: block
}

.home-page .page-dealers-wrapper {
    display: none;
    margin-top: 20px
}

.home-page .page-dealers-wrapper .page-dealers {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul {
    margin-right: -5.7px
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li {
    position: relative;
    float: left;
    margin-right: 5.7px;
    width: 140px;
    height: 87px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-image: url(../images/dealers-car.png);
    background-image: url(../images/dealers-car-half.png) \9;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px 85px;
    box-sizing: border-box;
    cursor: pointer
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li .dealers-box {
    margin: 0 auto;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li .dealers-name {
    margin: 0 auto;
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li .dealers-level {
    margin: 8px 0;
    height: 10px;
    line-height: 10px
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li .dealers-level img {
    margin-right: 2px;
    width: 13px;
    height: 10px
}

.home-page .page-dealers-wrapper .page-dealers .dealers-list ul li .dealers-state {
    font-size: 12px;
    color: #666
}

.home-page .page-news-wrapper {
    margin-top: 0;
}

.home-page .page-news-wrapper .page-news {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-news-wrapper .page-news .news-list ul {
    margin-right: -14px
}

.home-page .page-news-wrapper .page-news .news-list ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-news-wrapper .page-news .news-list ul {
    zoom: 1
}

.home-page .page-news-wrapper .page-news .news-list ul li {
    display: block;
    float: left;
    width: 222px;
    margin-right: 10px;
    border: 1px #f0f0f0 solid
}

.home-page .page-news-wrapper .page-news .news-list ul li:hover {
    box-shadow: 0 0 20px #ececec
}

.home-page .page-news-wrapper .page-news .news-list ul li img {
    display: block;
    width: 100%;
    height: 166px;
    border: 0
}

.home-page .page-news-wrapper .page-news .news-list ul li .title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0 6px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-page .page-news-wrapper .page-news .news-list ul li .content {
    line-height: 20px;
    height: 60px;
    font-size: 12px;
    color: #b2b2b2;
    padding: 0 6px !important;
    margin-bottom: 5px !important;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-page .page-manufacturer-wrapper .page-manufacturer {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list ul {
    display: none;
    border-left: 1px #e3e3e3 solid;
    margin-right: -14px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list ul {
    zoom: 1
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list ul li {
    display: block;
    float: left;
    width: 222px;
    margin-right: 10px;
    border: 1px #f0f0f0 solid
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list ul.active {
    display: block
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs {
    border-left: 1px #e3e3e3 solid;
    margin-bottom: 20px
}
.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li img{
    margin-top: 3px;
}
.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul {
    zoom: 1
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li {
    display: block;
    float: left;
    width: 104px;
    height: 48px;
    border-top: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li:first-child {
    width: 106px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li:last-child {
    width: 106px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li.active {
    border-top-color: #f29700;
    border-bottom-color: #fff
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li.active a {
    border-top-color: #f29700
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a {
    display: block;
    border-top: 1px #fff solid;
    width: 100%;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 1160px 50px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.landrover {
    background-position: 5px 0;
    text-align: center;
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.lexus {
    background-position: -91px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.baoshijie {
    background-position: -187px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.qiya {
    background-position: -283px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.toyota {
    background-position: -383px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.nissan {
    background-position: -560px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.yicheng {
    background-position: -560px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.jaguar {
    background-position: -670px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.chengxin {
    background-position: -768px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.volvo {
    background-position: -865px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.anxin {
    background-position: -962px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.xiyue {
    background-position: 5px -596px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.yiqidazhong {
    background-position: 5px -746px
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-tabs ul li a.dazhong {
    background-position: -1057px 0
}

.home-page .page-manufacturer-wrapper .page-manufacturer .manufacturer-list {
    height: 262px
}

.home-page .page-personal-wrapper {
    margin-top: 20px
}

.home-page .page-personal-wrapper .page-personal {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-personal-wrapper .page-personal .personal-list {
    margin-right: -14px
}

.home-page .page-personal-wrapper .page-personal .personal-list ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-personal-wrapper .page-personal .personal-list ul {
    zoom: 1
}

.home-page .page-personal-wrapper .page-personal .personal-list ul li {
    display: block;
    float: left;
    width: 222px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #f0f0f0 solid
}

.home-page .page-faqs-wrapper {
    margin-top: 20px
}

.home-page .page-faqs-wrapper .page-faqs {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content {
    zoom: 1
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content a:link, .home-page .page-faqs-wrapper .page-faqs .faqs-content a:visited {
    color: #1a1a1a
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content a:active, .home-page .page-faqs-wrapper .page-faqs .faqs-content a:hover {
    color: #f5a73f
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content a p {
    font-size: 14px;
    line-height: 21px;
    background-image: url(../images/iautos_ico_item_2x.jpg);
    background-image: url(../images/iautos_ico_item.jpg) \9;
    background-image: url(../images/iautos_ico_item_2x.jpg) \9 \0;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 47px;
    height: 42px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content a:hover p {
    background-image: url(../images/iautos_ico_itemactive_2x.jpg);
    background-image: url(../images/iautos_ico_itemactive.jpg) \9;
    background-image: url(../images/iautos_ico_itemactive_2x.jpg) \9 \0;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content .content-left {
    display: block;
    float: left;
    width: 549px;
    padding-right: 30px;
    border-right: 1px #f0f0f0 solid
}

.home-page .page-faqs-wrapper .page-faqs .faqs-content .content-right {
    display: block;
    float: left;
    width: 520px;
    padding-left: 30px;
    padding-right: 30px
}

.home-page .page-info-wrapper {
    margin-top: 20px
}

.home-page .page-info-wrapper .page-info {
    width: 1160px;
    margin: 0 auto
}

.home-page .page-info-wrapper .page-info ul {
    display: block;
    width: 100%;
    border: 1px #f0f0f0 solid;
    border-radius: 5px
}

.home-page .page-info-wrapper .page-info ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-info-wrapper .page-info ul {
    zoom: 1
}

.home-page .page-info-wrapper .page-info ul li {
    display: block;
    float: left;
    width: 231px;
    height: 224px;
    text-align: center;
    border-right: 1px #f0f0f0 solid
}

.home-page .page-info-wrapper .page-info ul li:last-child {
    border-right: 0
}

.home-page .page-info-wrapper .page-info ul li:hover {
    box-shadow: 0 0 20px #ececec
}

.home-page .page-info-wrapper .page-info ul li .title {
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.home-page .page-info-wrapper .page-info ul li .info {
    color: #999;
    font-size: 14px;
    line-height: 27px
}

.home-page .page-info-wrapper .page-info ul li .img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 82px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-image: url(../images/iautos_infobg_2x.jpg);
    background-image: url(../images/iautos_infobg_ie.jpg) \9;
    background-image: url(../images/iautos_infobg_2x.jpg) \9 \0;
    background-size: 98px 414px;
    background-repeat: no-repeat
}

.home-page .page-info-wrapper .page-info ul li .info-a {
    background-position: 0 1px
}

.home-page .page-info-wrapper .page-info ul li .info-b {
    background-position: 0 -81px
}

.home-page .page-info-wrapper .page-info ul li .info-c {
    background-position: 0 -163px
}

.home-page .page-info-wrapper .page-info ul li .info-d {
    background-position: 0 -249px
}

.home-page .page-info-wrapper .page-info ul li .info-e {
    background-position: 0 -331px
}

.home-page .page-link-wrapper {
    margin-top: 20px
}

.home-page .page-link-wrapper .page-link {
    width: 1128px;
    margin: 0 auto;
    border: 1px #e6e6e6 solid;
    padding: 15px
}

.home-page .page-link-wrapper .page-link a {
    font-size: 12px
}

.home-page .page-link-wrapper .page-link .link-title {
    *height: 39px
}

.home-page .page-link-wrapper .page-link .link-title:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.home-page .page-link-wrapper .page-link .link-title {
    zoom: 1
}

.home-page .page-link-wrapper .page-link .link-title span {
    display: block;
    float: left;
    width: 95px;
    border-left: 1px #f0f0f0 solid;
    border-right: 1px #f0f0f0 solid;
    margin-bottom: 15px;
    cursor: pointer
}

.home-page .page-link-wrapper .page-link .link-title span:first-child {
    border-left: 0
}

.home-page .page-link-wrapper .page-link .link-title span:last-child {
    border-right: 0
}

.home-page .page-link-wrapper .page-link .link-title span b {
    display: block;
    position: relative;
    top: 5px;
    margin: 0 auto;
    width: 60px;
    font-size: 14px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    border-bottom: 2px #fff solid;
    color: #656565
}

.home-page .page-link-wrapper .page-link .link-title span.active b {
    color: #f29700;
    border-color: #f19601
}

.home-page .page-link-wrapper .page-link .link-content {
    padding: 0 17px
}

.home-page .page-link-wrapper .page-link .link-content .content-sec {
    display: none
}

.home-page .page-link-wrapper .page-link .link-content .content-sec.active {
    display: block
}

.home-page .page-link-wrapper .page-link .link-content .content-sec ul li {
    display: inline-block;
    _zoom: 1;
    *display: inline
}

.home-page .page-link-wrapper .page-link .link-content .content-sec ul li a {
    display: inline-block;
    height: 26px;
    *height: auto;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px
}

.home-page .page-link-wrapper .page-link .link-content .content-sec ul li a:link, .home-page .page-link-wrapper .page-link .link-content .content-sec ul li a:visited {
    color: #2c6dbd
}

.home-page .page-link-wrapper .page-link .link-content .content-sec ul li a:active, .home-page .page-link-wrapper .page-link .link-content .content-sec ul li a:hover {
    color: #f29600
}

.home-page .page-link-wrapper .page-link .link-content .content-city, .home-page .page-link-wrapper .page-link .link-content .content-links, .home-page .page-link-wrapper .page-link .link-content .content-partner {
    margin: 0 -10px
}

.home-page .page-link-wrapper .page-link .link-content .content-city a, .home-page .page-link-wrapper .page-link .link-content .content-links a, .home-page .page-link-wrapper .page-link .link-content .content-partner a {
    text-align: center
}

.home-page .page-link-wrapper .page-link .link-content .content-city a img, .home-page .page-link-wrapper .page-link .link-content .content-links a img, .home-page .page-link-wrapper .page-link .link-content .content-partner a img {
    width: auto;
    height: 100%
}

.home-page .page-link-wrapper .page-link .link-content .content-cars .cars-head span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    border: 1px #d6d6d6 solid;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px
}

.home-page .page-link-wrapper .page-link .link-content .content-cars .cars-head span.active, .home-page .page-link-wrapper .page-link .link-content .content-cars .cars-head span:hover {
    background-color: #f29600;
    border-color: #f29600;
    color: #fff
}

.home-page .page-link-wrapper .page-link .link-content .content-cars .cars-content {
    margin: 10px -10px
}

.home-page .page-link-wrapper .page-link .link-content .content-cars .cars-content ul {
    display: none
}

.home-page .page-link-wrapper .page-link .link-content .content-cars .cars-content ul.active {
    display: block
}

.home-page .page-ad {
    width: 1160px;
    margin: 20px auto 0 auto
}

.home-page .page-ad:first-child {
    margin: 0 auto 0 auto
}

.topbar-typenav {
    min-width: 1200px;
    background-color: #fff;
}

.topbar ul, .topbar ol {
    list-style: none;
}

.topbar-typenav ul {
    width: 1200px;
    margin: 0 auto;
}

.topbar-typenav li {
    position: relative;
    z-index: 20;
    float: left;
    height: 54px;
    line-height: 42px;
    padding: 6px 0 6px 2px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.topbar-typenav li.type1 {
    width: 103px;
}

.topbar a {
    color: #333;
    text-decoration: none;
}

.topbar-typenav li > a {
    display: block;
    color: #333;
}

.topbar-typenav .type-icon {
    float: left;
    height: 37px;
    overflow: hidden;
    background: url(../images/carnav_icon.png) no-repeat;
}

.topbar-typenav li.type1 .type-icon {
    width: 55px;
    background-position: center -0px;
}

.topbar-typenav .type-name {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding-left: 5px;
    vertical-align: top;
}

.topbar-iconpng-new {
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url(../images/new.png) no-repeat;
}

.topbar em, .topbar i {
    font-style: normal;
}

.topbar-typenav li .topbar-iconpng-new {
    position: absolute;
    top: 4px;
    right: 6px;
}

.topbar-typenav li.type2 {
    width: 90px;
}

.topbar-typenav li.type2 .type-icon {
    width: 55px;
    background-position: center -37px;
}

.topbar-typenav li.type3 .type-icon {
    width: 75px;
    background-position: center -74px;
}

.topbar-typenav li.type4 .type-icon {
    width: 85px;
    background-position: center -111px;
}

.topbar-typenav li.type4 .type-icon {
    width: 85px;
    background-position: center -111px
}

.topbar-typenav li.type5 {
    width: 120px
}

.topbar-typenav li.type5 .type-icon {
    width: 85px;
    background-position: center -148px
}

.topbar-typenav li.type6 {
    width: 141px
}

.topbar-typenav li.type6 .type-icon {
    width: 93px;
    background-position: center -185px
}

.topbar-typenav li.type7 {
    width: 131px
}

.topbar-typenav li.type7 .type-icon {
    width: 95px;
    background-position: center -222px
}

.topbar-typenav li.type8 {
    width: 128px
}

.topbar-typenav li.type8 .type-icon {
    width: 90px;
    background-position: center -259px
}

.topbar-typenav li.type9 {
    width: 125px
}

.topbar-typenav li.type9 .type-icon {
    width: 85px;
    background-position: center -296px
}

.topbar-typenav li.type10 {
    width: 120px
}

.topbar-typenav li.type10 .type-icon {
    width: 85px;
    background-position: center -333px
}

.slider {
    width: 700px;
    height: 293px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.t-slider {
    width: 700px;
    height: 293px;
}

.slider-ctrl {
    padding-top: 5px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.slider-ctrl-con {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    text-indent: -20em;
    overflow: hidden;
    border-radius: 50%;
}

.slider-ctrl-pre, .slider-ctrl-next {
    width: 26px;
    height: 46px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -154px;
    cursor: pointer;
    display: none;
}

.slider-ctrl-pre {
    left: 0;
    background: #000 url(../images/iautos-slidevector.png) no-repeat 0 0;
}

.slider-ctrl-next {
    right: 0;
    background: #000 url(../images/iautos-slidevector.png) no-repeat -44px 0;
}

.current {
    border: 1px solid #fff;
    background: transparent;
    width: 6px;
    height: 6px;
}

.main {
    width: 700px;
    height: 293px;
}

.main .slider-img img {
    vertical-align: top;
}

.main .slider-img {
    position: absolute;
    left: 0;
    top: 0;
}

.icoNav {
    overflow: inherit;
}
